home *** CD-ROM | disk | FTP | other *** search
/ The Complete Windows Set / The Complete Windows Set.iso / GVIEW / README.ENG < prev    next >
Text File  |  1992-09-22  |  16KB  |  376 lines

  1. <<GV>>  ver. 0.58x or ver.0.57
  2. Author:  Tamotsu Tobita
  3.          NIFTY:PBC02026 TOBITA
  4.          JUNET:tobita@rigi.tis.toshiba.co.jp
  5.          NIKKEIMIX : tobita
  6. Copyright (c) 1992 by Tamotsu Tobita. All rights reserved.
  7.  
  8. Translation of the document: Masafumi Matsuda
  9.          NIFTY:PAG01265  (FQLD)
  10.          PCVAN:BQJ68494  (QLD-SIG)
  11.          CompuServe:74060,1265
  12.  
  13. This utility is a viewer of graphic files under the operation of MS Windows.
  14. You will find this very useful especially when you use a high resolution 
  15. display.
  16.  
  17. GV057.ZIP contains GV057.EXE, README.JPN and README.ENG.  README.JPN is the
  18. original documentation written by Japanese.  If you have a DOS/V by IBM or
  19. a Toshiba T series personal computer with "JSYS", you can display README.JPN
  20. properly.
  21.  
  22. You may change the name GV057.exe to GV.exe in your personal use.
  23. Since "GV.exe" is a kind of common name, please identify this program by
  24. the icon.  Please take care not to erase any previous 'GV.exe' file, if
  25. exists. (GV could be short for 'Gazou Vi (Beautifulness of the pictures)'.)
  26.  
  27. >Features
  28.  1. A graphic file viewer on Windows
  29.  2. This program changes palettes, when viewing 16 color data file, on VGA
  30.     (IBM-PC compatible) or on PC9801 by option.
  31.  3. Graphic formats include most prevalent graphic formats used in Japanese
  32.     computer networks, including GIF and JPEG format. And more in the near 
  33.     future (^_^;).
  34.  4. Comments added to graphics are also shown.
  35.  
  36. Among them, #2 enable you to enjoy real colors, even if you are using fixed 
  37. palette environment like VGA or PC9801. (You know that under usual 
  38. circumstances, 16 color palettes are fixed in Windows. However this program
  39. changes the palette.)
  40.  
  41. >CPU
  42.  This program was compiled by Borland C++ using PC9801.
  43.  The operation was confirmed by the following computers:
  44.   IBM-PC compatible with VGA, SVGA
  45.   PC-9801RA2
  46.   J-3100 SGT Windows ver.3.0
  47.   PC-H98
  48.   PS/55Z XGA
  49.   FM TOWNS model SF
  50.  
  51. >How to use
  52. ( GV for GV057.exe )
  53.  GV [<CPU opt.> | /FP | /PG <Pager> | /UC | /EXT=<TYPE> | /JFAST] [<DataFile>]
  54.     <CPU opt.>:
  55.         { /98 | /98N | /98E | /98E0 | /98EA | /GA | /VGA }
  56.     <TYPE>:
  57.         { MAG | MKI | Q4 | JPG | GIF | XBM | X | BMP | ALL }
  58.  
  59. Please start this program from Windows. You may select options from the 
  60. menu given by this program later. Also you may start this program associated
  61. with the graphic file by giving the name of <DataFile>.
  62.  
  63. >Graphic formats
  64.  1. MAG: MAKI02 format developed by Maki-chan NET
  65.  2. MAKI: MAKI01A, MAKI01B format developed by Maki-chan NET
  66.  3. Q4: Q4 format developed on PCVAN and NIFTY by the QLD-group
  67.  4. JPEG: JFIF format by JPEG
  68.  5. GIF: GIF format developed on CompuServe.
  69.  6. XBM: Bit map format used in X Windows
  70.  7. X: Modifed XBM format developed by JUNET
  71.  8. BMP: Bit map format used in MS Windows
  72.  9. Automatic mode: Identifying the format by the suffix shown above
  73.  
  74.  Details of the display of the formats
  75.  MAG
  76.   Partial pictures are displayed as follows:
  77.   1) When no pictures are shown before the partial picture, it is shown
  78.      normally.
  79.   2) When the number of planes of the color is different from that of
  80.      the picture shown before, it is shown normally.
  81.   3) When the specified position is out of the range of the picture shown before,
  82.      it is shown at the position where normally displayed.
  83.   4) Otherwise, the partial picture data is displayed at the specified position
  84.      on the previous picture as a mixed graphics.
  85.  
  86.  Q4
  87.   BAT file included in the Q4 graphic data is neglected.
  88.  
  89.  JPEG
  90.   JFIF data format is displayed. 
  91.  
  92.     This software is based in part on the work of the Independent JPEG Group.
  93.  
  94.   The following modes are optional:
  95.   1) Color reduction mode (1PASS/2PASS)
  96.   2) Dithering (on/off)
  97.   3) Number of reduced color (256/16)
  98.   4) CPU (386 or more/ less)
  99.  
  100.  GIF
  101.   GIF87a and GIF89a(one file one graphic only) formats are displayed. 
  102.   Basically GIF87a is the format that this program supports.
  103.  
  104.     The  Graphics  Interchange  Format(c)  is  the Copyright property of
  105.     CompuServe  Incorporated.  GIF(sm)  is  a  Service  Mark property of
  106.     CompuServe Incorporated.                                            
  107.  
  108.  BMP
  109.   Depend on the window versions, the color shown might be different. (For
  110.   example, NEC Windows and EPSON Windows even used on the same computer,
  111.   give you different results.)
  112.   This program didn't correct these differences.
  113.  
  114. >Other features
  115.  Basically this program is only used to show the graphic data. This program 
  116.  doesn't support the picture format conversion.  Besides this program can
  117.  do more on graphics displayed.
  118.  1) Copy/Paste with Clipboard (DIB,Bitmap)
  119.  2) Right or left rotation
  120.  3) Linked display with multiple graphic data
  121.  4) Automatic window size adjustment
  122.  5) Information of comments on the graphics data
  123.  6) Display of the document file
  124.  7) Display of the information of environment
  125.  
  126.  Copy/Paste
  127.   Copy to the clip board is based on the copy of both DIB and Bit mapped
  128.   formats simultaneously.  You may paste using DIB (prior) or Bit mapped
  129.   formats.
  130.  
  131.  Link
  132.   When you want to link the graphic data next to the picture already shown, 
  133.   you may use this feature. The size of the picture should fit to the 
  134.   size of the previous picture already shown. When you want to add the
  135.   picture to the left side, you should remember that the horizontal size of 
  136.   the picture has limitation.  You may use this feature especially when  you
  137.   display several Q4 formatted data files.
  138.  
  139.  Auto adjustment of the size
  140.   To adjust the window size on the available screen size, you may use this
  141.   feature.  This feature is useful especially after the rotation or the
  142.   movement.
  143.  
  144.  Comment display
  145.   Information on the graphic data are shown.  These include data size, 
  146.   number of colors and comments appeared in the header of the graphic file 
  147.   (header in MAG format, /*comment*/ in XBM format).
  148.  
  149.  Document display
  150.   Document written on the DOC or Q4D file on the same directory can be 
  151.   shown using "notepad.exe" etc. (you may specify it.)  When you link 
  152.   several graphics, the common part is used as the name of the document
  153.   file.
  154.  
  155. >More options
  156.   I am sorry! You find the forbidden options that depend on the machines.
  157.  1) PC98(N)  (/98, /98N)
  158.   When the graphic data consist of 16 colors (palettes) and are shown in
  159.   the active window, palettes are chosen from 4096 colors.  You should
  160.   use this option when you use PC9801 and NEC Windows.
  161.  2) PC98(E.0)  (/98E, /98E0)
  162.   When the graphic data consist of 16 colors (palettes) and are shown in
  163.   the active window, palettes are chosen from 4096 colors.  You should
  164.   use this option when you use PC9801 and EPSON Windows ver.3.0.
  165.   (The palettes used in EPSON Windows are different from those of NEC Windows.)
  166.  3) PC98(E.A)  (/98EA)
  167.   When the graphic data consist of 16 colors (palettes) and are shown in
  168.   the active window, palettes are chosen from 4096 colors.  You should
  169.   use this option when you use PC9801 and EPSON Windows ver.3.0A.
  170.   (The palette used in EPSON Windows differ between the versions.)
  171.  4) GA1024i (/GA)
  172.   When the graphic data consist of 16 colors (palettes) and are shown in
  173.   the active window, palettes are chosen from 16 million colors.  You should
  174.   use this option when you use PC9801 and GA1024i under fixed palette
  175.   window driver.
  176.  5) VGA (/VGA)
  177.   When the graphic data consist of 16 colors (palettes) and are shown in
  178.   the active window, palettes are chosen from 262144 colors.  You should
  179.   use this option when you use IBM-PC VGA.
  180.   (The color adjustment may not good in this version.)
  181.  6) OTHERS (default)
  182.   Under this default option, graphics data are shown dependent to the
  183.   graphic driver used in the windows.
  184.  7) Fixed Palette (/FP)
  185.   The above modifications of palettes information are good only when the
  186.   picture is in active window.  However when this option is on, the
  187.   information of palettes is good when the picture is not in active 
  188.   window.
  189.  
  190.  Other options are good in every machine.
  191.  8) Pager option for document display (/PG<pager>)
  192.